Q3Polygon_Submit
You can use theQ3Polygon_Submit
function to submit an immediate simple polygon for drawing, picking, bounding, or writing.
TQ3Status Q3Polygon_Submit ( const TQ3PolygonData *polygonData, TQ3ViewObject view);
polygonData
- A pointer to a
TQ3PolygonData
structure.view
- A view.
DESCRIPTION
TheQ3Polygon_Submit
function submits for drawing, picking, bounding, or writing the immediate simple polygon whose shape and attribute set are specified by thepolygonData
parameter. The simple polygon is drawn, picked, bounded, or written according to the view characteristics specified in theview
parameter.SPECIAL CONSIDERATIONS
You should call this function only in a submitting loop.